home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / ANTENNA / AZPRJ104 / ROVER.DAT < prev    next >
Text File  |  1997-01-17  |  6KB  |  147 lines

  1. %rover.dat--------------------------------------
  2. %Rover file for az_proj v1.04:
  3. %
  4. %
  5. % This file is readable by AZ_PROJ v1.04 (or greater)
  6. %
  7. % Each line in this file represents a transmitter.
  8. % The file format was devised for AZ_PROJ, a program which draws maps
  9. % for amateur radio operators. A line of this file will be plotted
  10. % by AZ_PROJ as a symbol on a map.
  11. %
  12. % It is hoped that this machine readable transmitter file
  13. % format is a generally useful format for beacons, repeaters, rovers,
  14. % TV stations, FM stations, AM broadcast stations, airport radars ...),
  15. % for people who maintain and use databases for transmitters.
  16. %
  17. % The line format for transmitters and it's specifications
  18. % are hereby released into the public domain.
  19. % Suggestions for changes in the format are welcome.
  20. %
  21. % Joseph Mack NA3T Nov 96, mack@ncifcrf.gov
  22. %
  23. %    To add a transmitter to the file, supply data in the form
  24. %        transmitter_type:frequency:string_1(suggested use, callsign):6 character grid_locator:power(W):beam_heading(s):string_2(suggested use, location or special operating condx):comment ignored by reading program (eg AZ_PROJ)
  25. %    eg 2m beacon
  26. %        beacon:144.170:NA3T:FM19gk:60:300:Frederick, MD: Joe, ph# 301-555-1212, 5dbd yagi, from W3EP, Oct 96
  27. %    eg. rover operating a weekend 10GHz contest from Mt Ascutney
  28. %        rover:10:NA3T:FN33sk:::only saturday: 2m link is 147.54, cell ph# 860-555-1212
  29. %     eg TV station North America channel 2, used as a 6m propagation marker
  30. %        TV:55.25Z:WPBT/02:FL05cx:100000:-1:Miami,FL,US:comment
  31. %
  32. %    transmitter_type is
  33. %        beacon
  34. %        repeater
  35. %        rover
  36. %        TV
  37. %        BC            %usually 550-1630 kHz AM
  38. %        AM            %usually 550-1630 kHz AM
  39. %        FM             %North America is 88-108MHz
  40. %
  41. %        beacon and repeater is plotted as a nested set of circles
  42. %        (or if directional, a fan 70 deg wide).
  43. %        The number of circles indicate the power level.
  44. %        Rover is plotted as a VW beetle.
  45. %        Power and beam_heading info info are ignored.
  46. %        High power commercial stations used as propagation markers or
  47. %        for mad DX hunters (TV, AM, FM, ...) are not differentiated
  48. %        by AZ_PROJ (at least yet). They can be plotted as either
  49. %        a non-directional tower (one section for each factor of 10
  50. %        increase in power) or by nested circles (see az_ini.ps).
  51. %
  52. %
  53. %    frequency is
  54. %        int or a real. The units are not specified here and
  55. %        instead are known by the program using the file.
  56. %        Units could be    kHz, MHz, GHz, wavelength in m, channel number...
  57. %
  58. %        In AZ_PROJ the frequency entry is matched with entries in the
  59. %        array /bands_plotted. If a match is found the entry is plotted
  60. %        on the map, otherwise the entry is skipped. If the entry is a real
  61. %        eg 55.25, then the int resulting from truncation (in this case 55)
  62. %        is matched against the entries in /bands_plotted. If a real
  63. %        the last digit in the frequency can instead be an arbitrary char
  64. %        which is plotted on the map (eg 55.250H for horizontal polarisation).
  65. %        Some chars have special meaning eg +,-,N,Z for TV stations
  66. %        (see file TVxxx.dat for further details), or +/- for repeaters
  67. %        (see file repxxx.dat for further details).
  68. %
  69. %    power
  70. %        if -1, then power unknown. Will be plotted as minimal power
  71. %        (set in az_proj.ps).
  72. %
  73. %    beam_heading is
  74. %        1. -1 if omnidirectional
  75. %        2. int (0..360) if one main lobe is radiated
  76. %        or
  77. %        3. comma separated list of int eg 60,180,300 if multilobed radiator
  78. %        or 45,225 if dipole facing NE/SW
  79. %
  80. %        It is also possible to draw a multilobed radiator by putting
  81. %        several lines identical except for the beam_heading.
  82. %
  83. %
  84. % File Names:
  85. %        AZ_PROJ uses 8.3 DOS file names for transmitter files.
  86. %        The extension is .dat
  87. %        Where possible, the file name is
  88. %         transmitter_type - country/location - subclass
  89. %        eg tv_nach2.dat for TV stations in North America on channel 2
  90. %        eg bea_na.dat for all VHF beacons in North America
  91. %
  92. %
  93. % New Transmitter Types:
  94. %        It is relatively easily to add code for new transmitter types
  95. %        to AZ_PROJ. If a map was needed of Automatic Packet Reporting
  96. %        System (APRS) nodes in a meteor scatter event or of packet stations,
  97. %        in a traffic network, then I would only need a list of APRS
  98. %        nodes and a few suggestions for a symbol.
  99. %
  100. %--------------------------------------
  101. % Special Notes for Rovers:
  102. %
  103. %Rovers are located by 6 character grid square locators,
  104. %which run from AA00aa to RR99xx.
  105. %The Rover symbol is put at the center of that square,
  106. %giving an error (at the equator) in positioning of less
  107. %than 2km in the E-W direction and less than 2km in the N-S direction.
  108. %If greater accuracy is required, then the general purpose
  109. %annot.dat file can provide locations to an arbitrary accuracy.
  110. %
  111. % As of v1.04, extra fields have been added to the rover data line,
  112. % to give the rover data the same format as for other transmitters
  113. % eg beacons, repeaters, broadcast stations.
  114. % However power, beam_heading aren't plotted on the map.
  115. % This may seem a little perverse, but it decreases the amount
  116. % of code I have to maintain, since there are a smaller number of
  117. % line formats. If you want these extra fields displayed on the
  118. % map, I'll active the extra fields in a future release of AZ_PROJ.
  119. %
  120. %Comparison of formats so you can convert your old files
  121. %Old (v1.03 format) was
  122. %rover:N1BWT 10GHz:fn34uj:Cabot Plains Cemetery:10GHz contest
  123. %New format for same entry
  124. %rover:10:N1BWT:fn34uj:100:65:Cabot Plains Cemetery:10GHz contest
  125. %
  126. %Note an extra field before the call sign
  127. % and two extra (optional) fields after the grid_locator
  128. %
  129. % Note: So that a rover can be plotted as being on a mountain,
  130. % (ie both a mountain and a rover symbol are at the same location)
  131. % the mountain strings are drawn above and below the mountain symbol,
  132. % while the rover strings are to the left and right.
  133. %
  134. %Example rover.dat entries -
  135. %rover:10:N1BWT:fn34uj:::Cabot Plains Cemetery:10GHz contest
  136. %
  137. %another example on Mt. Kearsarge.
  138. %rover:5:KH6CP/1:FN43bj::::
  139. %
  140. %Note: there is no ROVER type anymore, only rover
  141. %
  142. %
  143. rover:10:N1BWT:fn34uj:10:-1:Cabot Plains Cemetery:comment
  144. rover:5:KH6CP/1:FN43::::
  145. %--------------------------------------
  146. %--------------------------------------rover.dat
  147.